projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f21811a
)
(list-holidays): Assume atan always bound.
author
Glenn Morris
<rgm@gnu.org>
Wed, 26 Mar 2008 03:14:13 +0000
(
03:14
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 26 Mar 2008 03:14:13 +0000
(
03:14
+0000)
lisp/calendar/holidays.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/holidays.el
b/lisp/calendar/holidays.el
index e591ac82328f4257acc0804563faa5e792ce6787..688ea9bf89e9ffb18f256f230cb0cb0642956123 100644
(file)
--- a/
lisp/calendar/holidays.el
+++ b/
lisp/calendar/holidays.el
@@
-162,9
+162,8
@@
The optional LABEL is used to label the buffer created."
(lists
(list
(cons "All" calendar-holidays)
- (if (fboundp 'atan)
- (cons "Equinoxes/Solstices"
- (list (list 'solar-equinoxes-solstices))))
+ (cons "Equinoxes/Solstices"
+ (list (list 'solar-equinoxes-solstices)))
(if general-holidays (cons "General" general-holidays))
(if local-holidays (cons "Local" local-holidays))
(if other-holidays (cons "Other" other-holidays))